home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 17
/
CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso
/
CUCD
/
Programming
/
DiceSource
/
src
/
editors
/
AME
/
Rexx
/
rxbuf.ame
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-01
|
241 b
|
14 lines
/* $VER: RXBuf 37.1 (21.2.93) : rx a buffer */
options results
'getfilepath'
oldname = result
name = "T:" || address() || ".tmp"
saveas name
args = ""
parse arg args
rx name args
address command 'delete >NIL: ' || name
setfilepath oldname